Filename | (eval 1115)[/usr/share/perl/5.10/CGI.pm:869] |
Statements | Executed 14 statements in 87µs |
Eval Invoked At | /usr/share/perl/5.10/CGI.pm line 869 |
Sibling evals | 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
2 | 2 | 2 | 112µs | 451µs | protocol | CGI::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | # spent 451µs (112+338) within CGI::protocol which was called 2 times, avg 225µs/call:
# once (75µs+305µs) by CGI::url at line 832 of CGI.pm
# once (37µs+33µs) by CGI::url at line 23 of (eval 1109)[CGI.pm:869] | ||||
2 | 2 | 9µs | local($^W)=0; | ||
3 | 2 | 2µs | my $self = shift; | ||
4 | 2 | 13µs | 2 | 59µs | return 'https' if uc($self->https()) eq 'ON'; # spent 59µs making 2 calls to CGI::https, avg 29µs/call |
5 | 2 | 19µs | 2 | 134µs | return 'https' if $self->server_port == 443; # spent 129µs making 1 call to CGI::AUTOLOAD
# spent 4µs making 1 call to CGI::server_port |
6 | 2 | 16µs | 2 | 135µs | my $prot = $self->server_protocol; # spent 131µs making 1 call to CGI::AUTOLOAD
# spent 4µs making 1 call to CGI::server_protocol |
7 | 2 | 8µs | my($protocol,$version) = split('/',$prot); | ||
8 | 2 | 19µs | return "\L$protocol\E"; | ||
9 | } | ||||
10 | |||||
11 | ; |